to_hex

pure function to_hex(): text

Convert this integer to hexadecimal text.

Does not include a base prefix in the output, i.e. integer(25).to_hex() returns 19 rather than 0x19.

Since

0.6.0